home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 July / DPPCPRO0705.ISO / Extras / NetSupport Manager / setup.exe / NSMMASTER.ADM < prev    next >
Encoding:
Windows Policy Administrative Template  |  2004-11-08  |  50.9 KB  |  1,106 lines

  1. ;History 
  2. ;Created on 13/10/03 - ADE
  3. ;Updated on 12/02/04 - ADE (Provide Windows 2003 Support)
  4. ;Updated on 12/08/04 - ADE (Add Profile Support)
  5. ;Updated on 12/10/04 - ADE (Add NSM 9 Options)
  6. ;Updated on 28/10/04 - ADE (Add Additional NSM 9 options)
  7.  
  8.  
  9. CLASS MACHINE
  10.  
  11. CATEGORY !!NSM
  12. CATEGORY !!MASTER
  13.  
  14. ;Registry Key 
  15. KEYNAME "software\policies\NetSupport\Client\Standard"
  16.  
  17.     CATEGORY !!Connectivity
  18.  
  19.         CATEGORY !!Transport
  20.             Policy !!Transports
  21.             EXPLAIN !!Transports_exp
  22.                         PART !!TRANSPORT_list              DROPDOWNLIST NOSORT REQUIRED 
  23.                         VALUENAME "Protocols"
  24.                 ITEMLIST
  25.                     NAME !!TCP_IP_Only VALUE "2" DEFAUlT
  26.                     NAME !!IPX_ONLY VALUE "1"
  27.                     NAME !!HTTP_Only VALUE "3" 
  28.                     NAME !!TCP_IPX VALUE "1,2"
  29.                      NAME !!TCP_HTTP VALUE "2,3" 
  30.                     NAME !!IPX_HTTP VALUE "1,3"
  31.                 END ITEMLIST
  32.                         END PART
  33.             PART !!TCP_PORT               EDITTEXT 
  34.                             VALUENAME "TCPIP\PORT"
  35.                 DEFAULT !!PORT_Default
  36.                 MAXLEN 10
  37.                         END PART
  38.             PART !!GateWayaddr               EDITTEXT 
  39.                             VALUENAME "HTTP\gatewayaddress"
  40.                 MAXLEN 30
  41.                         END PART
  42.             Part !!Gatewaykey_Tip    TEXT
  43.             End Part
  44.             Part !!Gatewaykey            EDITTEXT
  45.                 VALUENAME "HTTP\GSK"
  46.                 MAXLEN 50 
  47.             END PART
  48.             End Policy
  49.         END CATEGORY ; End of TRansports
  50.  
  51.         CATEGORY !!Advanced
  52.  
  53.                 POLICY !!TicklePeriod
  54.             EXPLAIN !!TicklePeriod_exp
  55.                         PART !!TicklePeriod_TXT               EDITTEXT
  56.                         VALUENAME "TicklePeriod"
  57.             Default !!"TICKLE_DEF"
  58.  
  59.                         END PART
  60.                 END POLICY
  61.  
  62.         POLICY !!AutoICFConfig
  63.             EXPLAIN !!AutoICFConfig_Exp
  64.             VALUENAME "AutoICFConfig"
  65.             VALUEON "1"
  66.                 VALUEOFF "0"
  67.         END POLICY
  68.  
  69.         END CATEGORY ; End of Advanced
  70.  
  71.         CATEGORY !!WebExt
  72.  
  73.         Policy !!WebExtensions
  74.             Explain !!WebExtensions_Exp
  75.             VALUENAME "TCPIP\WebServer"
  76.             VALUEON "1"
  77.             vALUEOFF "0"
  78.  
  79.             Part !!ServerPort        EDITTEXT
  80.                 VALUENAME "TCPIP\WebServerPort"
  81.                 MAXLEN 30
  82.                 Default !!ServerPort_Def
  83.             End Part
  84.  
  85.             Part !!ServerRootDir        EDITTEXT
  86.                 VALUENAME "TCPIP\WebServerDir"
  87.                 Default !!Serverroot_def
  88.             End Part
  89.  
  90.         End Policy
  91.  
  92.         END CATEGORY ; End of Web Extensions
  93.  
  94.     END CATEGORY ; End of Connectivity options
  95.  
  96.     CATEGORY !!Security
  97.         CATEGORY !!User_Validation
  98.  
  99.         Policy !!Usernames
  100.             Explain !!Usernames_exp
  101.             Part !!Usernames_TXT        EDITTEXT
  102.                 Valuename "usernames"
  103.             End Part
  104.         End Policy
  105.         
  106.         Policy !!UseNTSecurity
  107.             Explain !!UseNTSecurity_exp
  108.             ValueName "UseNTSecurity"
  109.             VALUEON "1"
  110.             VALUEOFF "0"            
  111.             Part !!UseNTSecurity_TXT    EDITTEXT 
  112.                 ValueName "NTGroups"
  113.             End Part
  114.         End Policy    
  115.  
  116.         Policy !!UseADSecurity
  117.             Explain !!UseADSecurity_exp
  118.             ValueName "UseADSecurity"
  119.             VALUEON "1"
  120.             VALUEOFF "0"            
  121.             Part !!UseADSecurity_TXT    EDITTEXT 
  122.                 ValueName "ADGroups"
  123.             End Part
  124.         End Policy
  125.  
  126.         POLICY !!RememberPassword
  127.             EXPLAIN !!RememberPassword_Exp
  128.             VALUENAME "DisableRememberPassword"
  129.             VALUEON "1"
  130.                 VALUEOFF "0"
  131.         END POLICY        
  132.  
  133.         END CATEGORY ; End of User Validations options
  134.  
  135.         CATEGORY !!Access_Privileges
  136.     
  137.         POLICY !!DisableWatch
  138.             EXPLAIN !!DisableWatch_Exp
  139.             VALUENAME "DisableWatch"
  140.             VALUEON "1"
  141.                 VALUEOFF "0"
  142.         END POLICY
  143.  
  144.         POLICY !!DisableShare
  145.             EXPLAIN !!DisableShare_Exp
  146.             VALUENAME "DisableShare"
  147.             VALUEON "1"
  148.                 VALUEOFF "0"
  149.         END POLICY
  150.     
  151.         POLICY !!DisableControl
  152.             EXPLAIN !!DisableControl_Exp
  153.             VALUENAME "DisableControl"
  154.             VALUEON "1"
  155.                 VALUEOFF "0"
  156.         END POLICY
  157.  
  158.         POLICY !!DisableBlankScreen
  159.             EXPLAIN !!DisableBlankScreen_Exp
  160.             VALUENAME "DisableBlankScreen"
  161.             VALUEON "1"
  162.                 VALUEOFF "0"
  163.         END POLICY
  164.     
  165.         POLICY !!DisableSAS
  166.             EXPLAIN !!DisableSAS_Exp
  167.             VALUENAME "DisableSAS"
  168.             VALUEON "1"
  169.                 VALUEOFF "0"
  170.         END POLICY
  171.     
  172.         POLICY !!DisableFileTransfer
  173.             EXPLAIN !!DisableFileTransfer_Exp
  174.             VALUENAME "DisableFileTransfer"
  175.             VALUEON "1"
  176.                 VALUEOFF "0"
  177.         END POLICY
  178.     
  179.         POLICY !!DisableReboot
  180.             EXPLAIN !!DisableReboot_Exp
  181.             VALUENAME "DisableReboot"
  182.             VALUEON "1"
  183.                 VALUEOFF "0"
  184.         END POLICY
  185.     
  186.         POLICY !!DisableShutDown
  187.             EXPLAIN !!DisableShutDown_Exp
  188.             VALUENAME "DisableShutDown"
  189.             VALUEON "1"
  190.                     VALUEOFF "0"
  191.         END POLICY
  192.         
  193.         POLICY !!DisableExec
  194.             EXPLAIN !!DisableExec_Exp
  195.             VALUENAME "DisableExec"
  196.             VALUEON "1"
  197.                     VALUEOFF "0"
  198.         END POLICY
  199.         
  200.         POLICY !!DisableChat
  201.             EXPLAIN !!DisableChat_Exp
  202.             VALUENAME "DisableChat"
  203.             VALUEON "1"
  204.                     VALUEOFF "0"
  205.         END POLICY
  206.     
  207.         POLICY !!DisableClipBoard
  208.             EXPLAIN !!DisableClipBoard_Exp
  209.             VALUENAME "DisableClipBoard"
  210.             VALUEON "1"
  211.                     VALUEOFF "0"
  212.         END POLICY
  213.         
  214.         POLICY !!DisableLogoff
  215.             EXPLAIN !!DisableLogoff_Exp
  216.             VALUENAME "DisableLogoff"
  217.             VALUEON "1"
  218.                     VALUEOFF "0"
  219.         END POLICY
  220.     
  221.         POLICY !!DisableMessage
  222.             EXPLAIN !!DisableMessage_Exp
  223.             VALUENAME "DisableMessage"
  224.             VALUEON "1"
  225.                     VALUEOFF "0"
  226.         END POLICY
  227.     
  228.         POLICY !!DisablePrintCapture
  229.             EXPLAIN !!DisablePrintCapture_Exp
  230.             VALUENAME "DisablePrintCapture"
  231.             VALUEON "1"
  232.                     VALUEOFF "0"
  233.         END POLICY
  234.     
  235.         POLICY !!DisableRegistryIO
  236.             EXPLAIN !!DisableRegistryIO_Exp
  237.             VALUENAME "DisableRegistryIO"
  238.             VALUEON "1"
  239.                 VALUEOFF "0"
  240.         END POLICY
  241.  
  242.         POLICY !!DisableRemoteCmd
  243.             EXPLAIN !!DisableRemoteCmd_Exp
  244.             VALUENAME "DisableRemoteCmd"
  245.             VALUEON "1"
  246.                     VALUEOFF "0"
  247.         END POLICY
  248.     
  249.         POLICY !!IgnoreBroadcastMsg
  250.             EXPLAIN !!IgnoreBroadcastMsg_Exp
  251.             VALUENAME "IgnoreBroadcastMsg"
  252.             VALUEON "1"
  253.                     VALUEOFF "0"
  254.         END POLICY
  255.         
  256.         POLICY !!NoFTWhenLoggedOff
  257.             EXPLAIN !!NoFTWhenLoggedOff_Exp
  258.             VALUENAME "NoFTWhenLoggedOff"
  259.             VALUEON "1"
  260.                 VALUEOFF "0"
  261.         END POLICY
  262.     
  263.         POLICY !!DisableManageServices
  264.             EXPLAIN !!DisableManageServices_Exp
  265.             VALUENAME "DisableManageServices"
  266.             VALUEON "1"
  267.                 VALUEOFF "0"
  268.         END POLICY
  269.     
  270.         POLICY !!DisableCloseApps
  271.             EXPLAIN !!DisableCloseApps_Exp
  272.             VALUENAME "DisableCloseApps"
  273.             VALUEON "1"
  274.                 VALUEOFF "0"
  275.         END POLICY
  276.  
  277.         END CATEGORY ; End of Access privileges options
  278.  
  279.         CATEGORY !!User_Acknowledgement
  280.  
  281.         POLICY !!UserAcknowledge
  282.             EXPLAIN !!UserAcknowledge_Exp
  283.             VALUENAME "UserAcknowledge"
  284.             VALUEON "1"
  285.                 VALUEOFF "0"
  286.             PART !!NoAckWhenLoggedOff_box        CHECKBOX
  287.                 VALUENAME "NoAckWhenLoggedOff"
  288.                 VALUEON "1"
  289.                     VALUEOFF "0"
  290.             END PART
  291.         END POLICY
  292.     
  293.         POLICY !!SharedUserAck
  294.             EXPLAIN !!SharedUserAck_Exp
  295.             VALUENAME "SharedUserAck"
  296.             VALUEON "1"
  297.                 VALUEOFF "0"
  298.         END POLICY
  299.  
  300.                 POLICY !!AckDlgTimeOut
  301.             EXPLAIN !!AckDlgTimeOut_exp
  302.             PART !!AckDlgTimeOut_TIP               TEXT
  303.                         END PART
  304.                         PART !!AckDlgTimeOut_TXT               EDITTEXT
  305.                             VALUENAME "AckDlgTimeOut"
  306.                         END PART
  307.                 END POLICY
  308.  
  309.                 POLICY !!AckDlgDisplayText
  310.             EXPLAIN !!AckDlgDisplayText_exp
  311.                         PART !!AckDlgDisplayText_txt               EDITTEXT 
  312.                             VALUENAME "AckDlgDisplayText"
  313.                 MAXLEN 130
  314.                         END PART
  315.                 END POLICY
  316.  
  317.                 POLICY !!ViewModeAcknowledgement
  318.             EXPLAIN !!ViewModeAcknowledgement_exp
  319.                         PART !!ViewModeAcknowledgement_list               DROPDOWNLIST NOSORT REQUIRED 
  320.                         VALUENAME "ViewModeAcknowledgement"
  321.                 ITEMLIST
  322.                     NAME !!ACK_NONE VALUE "0" DEFAULT
  323.                     NAME !!ACK_WATCH VALUE "1" 
  324.                     NAME !!ACK_SHARE VALUE "2" 
  325.                     NAME !!ACK_CONTROL VALUE "3"
  326.                 END ITEMLIST
  327.                         END PART
  328.                 END POLICY
  329.  
  330.         END CATEGORY ; End of User Acknowledgement options
  331.  
  332.         CATEGORY !!Connect
  333.  
  334.         Policy !!SecurityKey
  335.             Explain !!SecurityKey_exp
  336.             Part !!SecurityKey_TXT        EDITTEXT
  337.                 Valuename "SecurityKey"
  338.             End Part
  339.         End Policy
  340.  
  341.         Policy !!Allowconn ; Allow Connections from these controls Policy
  342.             EXPLAIN !!Allowconn_exp
  343.             Part !!Allowconn_Tip        TEXT
  344.             END Part
  345.                PART !!TCPALLCONN          EDITTEXT
  346.                      VALUENAME "ValidAddresses.TCP"
  347.             END PART
  348.  
  349.                PART !!IPXALLCONN           EDITTEXT
  350.                      VALUENAME "ValidAddresses.IPX"
  351.                END PART
  352.         End Policy
  353.  
  354.                 POLICY !!MinimumEncryption
  355.             EXPLAIN !!MinimumEncryption_exp
  356.                         PART !!MinimumEncryption_list               DROPDOWNLIST NOSORT REQUIRED 
  357.                         VALUENAME "MinimumEncryption"
  358.                 ITEMLIST
  359.                     NAME !!ACK_DES VALUE "1" DEFAULT
  360.                     NAME !!ACK_BLOWFISH VALUE "3" 
  361.                     NAME !!ACK_TWOFISH VALUE "4" 
  362.                     NAME !!ACK_AES VALUE "2" 
  363.                 END ITEMLIST
  364.                         END PART
  365.                 END POLICY
  366.  
  367.         POLICY !!Shared
  368.             EXPLAIN !!Shared_Exp
  369.             VALUENAME "Shared"
  370.             VALUEON "1"
  371.                 VALUEOFF "0"
  372.         END POLICY
  373.  
  374.         END CATEGORY ; End of Connect options
  375.  
  376.         CATEGORY !!Disconnect
  377.  
  378.                 POLICY !!LogoffOnDisconnect
  379.             EXPLAIN !!LogoffOnDisconnect_exp
  380.                         PART !!LogoffOnDisconnect_list               DROPDOWNLIST NOSORT REQUIRED
  381.                         VALUENAME "LogoffOnDisconnect"
  382.                 ITEMLIST
  383.                     NAME !!LOCK VALUE "4" 
  384.                     NAME !!LOGOFF VALUE "6" 
  385.                     NAME !!RESTART VALUE "2" 
  386.                 END ITEMLIST
  387.                         END PART
  388.                 END POLICY
  389.  
  390.         POLICY !!LogoffOnDisconnectIfUserChanged
  391.             EXPLAIN !!LogoffOnDisconnectIfUserChanged_exp
  392.             VALUENAME "LogoffOnDisconnectIfUserChanged"
  393.             VALUEON "1"
  394.                 VALUEOFF "0"
  395.         END POLICY
  396.  
  397.                 POLICY !!DisconnectDisplayText
  398.             EXPLAIN !!DisconnectDisplayText_exp
  399.                         PART !!DisconnectDisplayText_txt               EDITTEXT 
  400.                             VALUENAME "DisconnDlgDisplayText"
  401.                 MAXLEN 130
  402.                         END PART
  403.                 END POLICY
  404.  
  405.         END CATEGORY ; End of Disconnect options
  406.  
  407.         CATEGORY !!File_Transfer
  408.  
  409.         Policy !!DisableFileTransfer
  410.             Explain !!DisableFileTransfer_exp
  411.             VALUENAME "DisableFileTransfer"
  412.             VALUEON "1"
  413.                 VALUEOFF "0"
  414.              End Policy
  415.         
  416.         Policy !!NoFTWhenLoggedOff    
  417.             Explain !!NoFTWhenLoggedOff_exp    
  418.             VALUENAME "NoFTWhenLoggedOff"
  419.             VALUEON "1"
  420.                 VALUEOFF "0"
  421.            End Policy
  422.  
  423.         Policy !!ImpersonateCurrentUser
  424.             Explain !!ImpersonateCurrentUser_exp
  425.             VALUENAME "ImpersonateCurrentUser"
  426.             VALUEON "1"
  427.                 VALUEOFF "0"
  428.         End Policy
  429.  
  430.         END CATEGORY ; End of File Transfer options
  431.  
  432.         CATEGORY !!Replay_Files
  433.  
  434.         POLICY !!ReplayFiles  
  435.                    EXPLAIN !!ReplayFiles_exp
  436.                    VALUENAME "ReplayFiles"
  437.             VALUEON "1"
  438.                    VALUEOFF "0"
  439.  
  440.             PART !!PrefixName_box        CHECKBOX
  441.                 VALUENAME "PrefixName"
  442.                 VALUEON "1"
  443.                     VALUEOFF "0"
  444.                END PART
  445.  
  446.                PART !!ReplayPath_txt           EDITTEXT
  447.                      DEFAULT !!ReplayPath_Default
  448.                      VALUENAME "ReplayPath"
  449.                END PART
  450.  
  451.             Part !!ReplayUsr_txt        EDITTEXT
  452.                 ValueName "ReplayUser"
  453.             End Part
  454.            END POLICY
  455.  
  456.         END CATEGORY ; End of Replay File options
  457.  
  458.         CATEGORY !!Event_Logging
  459.         
  460.         POLICY !!logging  
  461.                    EXPLAIN !!Logging_exp
  462.                         VALUENAME "Logging"
  463.                 VALUEON "1" 
  464.                 VALUEOFF "0" 
  465.         End POlicy
  466.  
  467.         Policy !!Logtofile
  468.             Explain !!Logtofile_exp
  469.             VALUENAME "LogToFile"
  470.                 VALUEON "1" 
  471.                 VALUEOFF "0" 
  472.             Part !!logFilePath            EDITTEXT REQUIRED
  473.                      DEFAULT !!logFilePath_Default
  474.                      VALUENAME "LogFile"
  475.                END PART
  476.             Part !!Secondarylogfile_txt            EDITTEXT
  477.                      VALUENAME "Logfile2"
  478.                END PART
  479.             Part !!Logfileuser_txt        EDITTEXT
  480.                 ValueName "Logfileuser"
  481.             End Part
  482.                PART !!LogAppend_box        CHECKBOX
  483.                 VALUENAME "LogAppend"
  484.                 VALUEON "1"
  485.                     VALUEOFF "0"
  486.                END PART
  487.                PART !!nologfile_box        CHECKBOX
  488.                 VALUENAME "dontconnectifnologfile"
  489.                 VALUEON "1"
  490.                     VALUEOFF "0"
  491.                END PART
  492.                PART !!Logwhileconnected_box        CHECKBOX
  493.                 VALUENAME "logwhileconnected"
  494.                 VALUEON "1"
  495.                     VALUEOFF "0"
  496.                END PART
  497.            END POLICY
  498.  
  499.         END CATEGORY ; End of Event Logging options
  500.  
  501.     END CATEGORY ; End of Security Options
  502.  
  503.     CATEGORY !!Remote_Control
  504.  
  505.         CATEGORY !!View
  506.  
  507.         POLICY !!ScreenScrape
  508.             EXPLAIN !!ScreenScrape_exp
  509.             VALUENAME "ScreenScrape"
  510.             VALUEON "1"
  511.                 VALUEOFF "0"
  512.         END POLICY
  513.     
  514.         POLICY !!SendPhysicalFonts
  515.             EXPLAIN !!SendPhysicalFonts_exp
  516.             VALUENAME "SendPhysicalFonts"
  517.             VALUEON "1"
  518.                 VALUEOFF "0"
  519.         END POLICY
  520.  
  521.                 POLICY !!LimitColorbits
  522.             EXPLAIN !!LimitColorbits_exp
  523.                         PART !!LimitColorbits_list               DROPDOWNLIST NOSORT REQUIRED
  524.                         VALUENAME "View\LimitColorbits"
  525.                 ITEMLIST
  526.                     NAME !!Colour_UN VALUE "0" DEFAUlT
  527.                     NAME !!Colour_16 VALUE "4" 
  528.                     NAME !!Colour_256 VALUE "8" 
  529.                 END ITEMLIST
  530.                         END PART
  531.                 END POLICY
  532.  
  533.                 POLICY !!Cachesize
  534.             EXPLAIN !!Cachesize_exp
  535.                         PART !!Cachesize_list               DROPDOWNLIST NOSORT REQUIRED
  536.                         VALUENAME "View\Cachesize"
  537.                 ITEMLIST
  538.                     NAME !!CACHE_256kb VALUE "256" 
  539.                     NAME !!CACHE_512kb VALUE "512" 
  540.                     NAME !!CACHE_1mb VALUE "1024" Default 
  541.                     NAME !!CACHE_2mb VALUE "2048" 
  542.                     NAME !!CACHE_4mb VALUE "4096" 
  543.                     NAME !!CACHE_8mb VALUE "8192" 
  544.                     NAME !!CACHE_16mb VALUE "16384"
  545.                 END ITEMLIST
  546.                         END PART
  547.                 END POLICY
  548.  
  549.                 POLICY !!Inactivity
  550.             EXPLAIN !!Inactivity_exp
  551.                         PART !!Inactivity_txt               EDITTEXT 
  552.                         VALUENAME "Inactivity"
  553.  
  554.                         END PART
  555.                 END POLICY
  556.  
  557.         END CATEGORY ; End of View options
  558.  
  559.         CATEGORY !!Show
  560.  
  561.         POLICY !!DisableShow
  562.             EXPLAIN !!DisableShow_exp
  563.             VALUENAME "DisableShow"
  564.             VALUEON "1"
  565.                 VALUEOFF "0"
  566.         END POLICY
  567.  
  568.         POLICY !!ShowToWindow
  569.             EXPLAIN !!ShowToWindow_exp
  570.             VALUENAME "ShowToWindow"
  571.             VALUEON "1"
  572.                 VALUEOFF "0"
  573.         END POLICY
  574.  
  575.         POLICY !!ScaleToFit
  576.             EXPLAIN !!ScaleToFit_exp
  577.             VALUENAME "View\ScaleToFit"
  578.             VALUEON "1"
  579.                 VALUEOFF "0"
  580.         END POLICY
  581.  
  582.         POLICY !!Scrollbars
  583.             EXPLAIN !!Scrollbars_exp
  584.             VALUENAME "View\Scrollbars"
  585.             VALUEON "1"
  586.                 VALUEOFF "0"
  587.         END POLICY
  588.  
  589.                 POLICY !!AutoScroll
  590.             EXPLAIN !!AutoScroll_exp
  591.             Part !!Autoscroll_Tip            TEXT
  592.             End Part
  593.                         PART !!AutoScroll_txt               EDITTEXT 
  594.                                VALUENAME "View\AutoScroll"
  595.                         END PART
  596.                 END POLICY
  597.  
  598.                 POLICY !!ScrollDelay
  599.             EXPLAIN !!ScrollDelay_Exp
  600.             Part !!Scrolldelay_Tip                 TEXT
  601.             End Part
  602.                         PART !!ScrollDelay_txt               EDITTEXT 
  603.                             VALUENAME "View\ScrollDelay"
  604.                         END PART
  605.                 END POLICY
  606.  
  607.         END CATEGORY ; End of Show options
  608.  
  609.     END CATEGORY ; End of Remote Control options
  610.  
  611.     CATEGORY !!Client_Interface
  612.  
  613.         CATEGORY !!Client_Settings
  614.     
  615.         POLICY !!DisableChatMenu
  616.             EXPLAIN !!DisableChatMenu_exp
  617.             VALUENAME "DisableChatMenu"
  618.             VALUEON "1"
  619.                 VALUEOFF "0"
  620.         END POLICY
  621.     
  622.         POLICY !!DisableClientConnect
  623.             EXPLAIN !!DisableClientConnect_exp
  624.             VALUENAME "DisableClientConnect"
  625.             VALUEON "1"
  626.                 VALUEOFF "0"
  627.         END POLICY
  628.     
  629.         POLICY !!DisableDisconnect
  630.             EXPLAIN !!DisableDisconnect_exp
  631.             VALUENAME "DisableDisconnect"
  632.             VALUEON "1"
  633.                 VALUEOFF "0"
  634.         END POLICY
  635.     
  636.         POLICY !!DisableRequestHelp
  637.             EXPLAIN !!DisableRequestHelp_exp
  638.             VALUENAME "DisableRequestHelp"
  639.             VALUEON "1"
  640.                 VALUEOFF "0"
  641.         END POLICY
  642.     
  643.         POLICY !!AlwaysOnTop
  644.             EXPLAIN !!AlwaysOnTop_exp
  645.             VALUENAME "AlwaysOnTop"
  646.             VALUEON "1"
  647.                 VALUEOFF "0"
  648.         END POLICY
  649.  
  650.         POLICY !!HideWhenIdle
  651.             EXPLAIN !!HideWhenIdle_exp
  652.             VALUENAME "HideWhenIdle"
  653.             VALUEON "1"
  654.                 VALUEOFF "0"
  655.         END POLICY
  656.  
  657.         POLICY !!silent
  658.             EXPLAIN !!silent_exp
  659.             VALUENAME "silent"
  660.             VALUEON "1"
  661.                 VALUEOFF "0"
  662.         END POLICY
  663.     
  664.         POLICY !!Quiet
  665.             EXPLAIN !!Quiet_exp
  666.             VALUENAME "License\Quiet"
  667.             VALUEON "1"
  668.                 VALUEOFF "0"
  669.         END POLICY
  670.  
  671.         POLICY !!SysTray
  672.             EXPLAIN !!SysTray_exp
  673.             VALUENAME "SysTray"
  674.             VALUEON "1"
  675.                 VALUEOFF "0"
  676.         END POLICY
  677.  
  678.         POLICY !!UseInternalSpeaker
  679.             EXPLAIN !!UseInternalSpeaker_exp
  680.             VALUENAME "BeepUsingSpeaker"
  681.             VALUEON "1"
  682.                 VALUEOFF "0"
  683.         END POLICY
  684.  
  685.         POLICY !!BeepWhileViewed
  686.             EXPLAIN !!BeepWhileViewed_exp
  687.             Part !!BeepWhileViewed_tip    text
  688.             End Part
  689.             Part !!BeepWhileViewed_txt        Edittext
  690.                 VALUENAME "BeepWhileViewed"
  691.                 MAXLEN 2
  692.             End Part
  693.         END POLICY
  694.  
  695.         END CATEGORY ; End of Client Settings options
  696.  
  697.         CATEGORY !!Help_Request
  698.  
  699.         POLICY !!HelpRequestURL
  700.             EXPLAIN !!HelpRequestURL_exp
  701.             VALUENAME "UseURL"
  702.             VALUEON "1"
  703.                 VALUEOFF "0"
  704.             Part !!HelpRequestURL_txt        Edittext
  705.                 VALUENAME "HelpRequestURL"
  706.                 MAXLEN 255
  707.             End Part
  708.         END POLICY
  709.  
  710.         POLICY !!AlwaysShowControls
  711.             EXPLAIN !!AlwaysShowControls_exp
  712.             VALUENAME "AlwaysShowControls"
  713.             VALUEON "1"
  714.                 VALUEOFF "0"
  715.         END POLICY
  716.     
  717.         POLICY !!DisableConnectReq
  718.             EXPLAIN !!DisableConnectReq_exp
  719.             VALUENAME "DisableConnectReq"
  720.             VALUEON "1"
  721.                 VALUEOFF "0"
  722.         END POLICY
  723.  
  724.         POLICY !!Help_Request_Hotkeys
  725.             EXPLAIN !!Help_Request_Hotkeys_exp
  726.             Part !!ALT_HOTKEY_Box    CHECKBOX
  727.                 DEFCHECKED
  728.                 VALUENAME "SOS_Alt"
  729.                 VALUEON "1"
  730.                     VALUEOFF "0"
  731.             End Part
  732.             Part !!CTRL_HOTKEY_Box    CHECKBOX
  733.                 ValueName "SOS_Ctrl"
  734.                 VALUEON "1"
  735.                     VALUEOFF "0"
  736.             End Part
  737.             Part !!LSHIFT_HOTKEY_Box    CHECKBOX
  738.                 DEFCHECKED
  739.                 ValueName "SOS_LShift"
  740.                 VALUEON "1"
  741.                     VALUEOFF "0"
  742.             End Part
  743.             Part !!RSHIFT_HOTKEY_Box    CHECKBOX
  744.                 DEFCHECKED
  745.                 ValueName "SOS_RShift"
  746.                 VALUEON "1"
  747.                     VALUEOFF "0"
  748.             End Part
  749.         END POLICY
  750.  
  751.         END CATEGORY ; End of Help Requests options
  752.  
  753.         CATEGORY !!Customisable_Text
  754.  
  755.                 POLICY !!AboutText
  756.             EXPLAIN !!Abouttext_exp
  757.                         PART !!AboutText_Txt               EDITTEXT 
  758.                         VALUENAME "AboutText"
  759.             MAXLEN 255
  760.                         END PART
  761.                 END POLICY
  762.  
  763.         POLICY !!ConnectedText
  764.             EXPLAIN !!Connectedtext_exp
  765.             Part !!ConnectedText_txt    Edittext
  766.             VALUENAME "ConnectedText"
  767.             MAXLEN 50
  768.             End Part
  769.         END POLICY
  770.  
  771.         POLICY !!ViewedText
  772.             EXPLAIN !!Viewedtext_exp
  773.             Part !!ViewedText_txt        Edittext
  774.             VALUENAME "ViewedText"
  775.             MAXLEN 50
  776.             End Part
  777.         END POLICY
  778.  
  779.         END CATEGORY ; End of Customisable Text
  780.  
  781.     END CATEGORY ; End of Client Interface options
  782.  
  783.     CATEGORY !!Profile_Options
  784.  
  785.         POLICY !!DisableWhenLoggedOn
  786.             EXPLAIN !!DisableWhenLoggedOn_exp
  787.             VALUENAME "DisableWhenLoggedOn"
  788.             VALUEON "1"
  789.                 VALUEOFF "0"
  790.         END POLICY
  791.     
  792.         POLICY !!Priority
  793.             EXPLAIN !!Priority_exp
  794.             VALUENAME "Priority"
  795.             VALUEON "1"
  796.                 VALUEOFF "0"
  797.         END POLICY
  798.  
  799.     END CATEGORY ; End of Profile Options options
  800.  
  801. END CATEGORY ; end of MASTER options
  802. END CATEGORY ; end of NSM options
  803.  
  804.  
  805.  
  806. [Strings]
  807.  
  808. NSM="NetSupport Client Settings"
  809.  
  810. Master="Master Profile v9"
  811.  
  812. Connectivity="Connectivity"
  813.  
  814. Transport="Transports"
  815. Transports="Transport protocols"
  816. Transports_exp="Transports: Use the Drop down menu provided to specify the transport protocols to enable at the NetSupport Client machine. \n\nIf you have selected the TCP/IP Protocol you also have the choice to specify the TCP/IP port for the NetSupport Client using the Text box provided in this policy. \n\nNote if you select the HTTP Protcol you will need to enter a Gateway Address and the encrypted Gateway key into the text boxes provided. \n\nTo Generate the encrypted Gateway Key you can use the NetSupport Encryption Utility, which is available to download from the following website: http://www.netsupportsoftware.com"
  817. TRANSPORT_list="Available Transports"
  818. TCP_IP_Only="TCP/IP Only"
  819. IPX_ONLY="IPX Only"
  820. HTTP_Only="HTTP Only"
  821. TCP_IPX="TCP/IP and IPX"
  822. TCP_HTTP="TCP/IP and HTTP"
  823. IPX_HTTP="IPX and HTTP"
  824. TCP_PORT="TCP/IP Port"
  825. PORT_Default="5405"
  826. GateWayaddr="Gateway Address"
  827. GateWayKey_tip="Enter the encrypted Gateway key below:"
  828. GateWaykey="Gateway Key"
  829.  
  830.  
  831. Dial_In_Bridge="Dial in Bridge"
  832.  
  833. Advanced="Advanced"
  834.  
  835. TicklePeriod="Tickle Period"
  836. TicklePeriod_exp="When this policy is enabled you will be able to configure the Tickle Period for the NetSupport Client. \n\nBy default the normal period between tickle packets is 18 seconds but you can increase or decrease this value. Setting this Value to zero disables tickle packets entirely."
  837. TicklePeriod_TXT="Tickle Period"
  838. TICKLE_DEF="18"
  839. AutoICFConfig="Auto Configure for XP SP2 Firewall"
  840. AutoICFConfig_exp="When this policy is enabled the Client will automatically update the Client machine to work with the Windows XP SP2 firewall."
  841.  
  842. WebExt="Web Extensions"
  843.  
  844. WebExtensions="Web Extensions"
  845. WebExtensions_Exp="Enabling this policy will configure the Client to act as a simple Web Server. \n\nPlease note the TCP/IP Transport protocol must be enabled for this policy to work. By default the Server port is configured to default to port 80 although you may want to change this for security reasons. \n\nYou may also need to change the location of the server root directory if you have installed NetSupport to a different Directory."
  846. ServerPort="Server Port"
  847. ServerPort_Def="80"
  848. ServerRootDir="Server Directory"
  849. Serverroot_def="C:\program Files\NetSupport Manager\web\"
  850.  
  851.  
  852. Security="Security"
  853.  
  854. User_Validation="User Validation"
  855.  
  856. Usernames="Usernames"
  857. Usernames_exp="Enabling this policy will allow you to configure the client to require a UserID and Password when a Control user attempts to connect. \n\nPlease note when entering the UserID and password into the Edit Text Box you need to enter the encrypted Password. \n\nTo generate the encrypted password you can use the NetSupport Encryption utility, which is available to download from the following website http://www.netsupportsoftware.com \n\nBelow is an example of the format to enter the username and password into the policy: \n\nTESTING/3618939769 \n\nNote it is possible to enter more then one Username and Password, in order to do this you will need to split the Values with a semicolon ;"
  858. Usernames_TXT="Usernames (* = Wildcard)"
  859. UseNTSecurity="Authenticate User and Password with NT"
  860. UseNTSecurity_exp="When this policy is enabled the control user will need to enter a valid NT UserID and Password to establish a connection to the Client machine. \n\nThe UserID and Password must either be valid on the Client workstation or its default domain. \n\n You can further restrict this access by specifying Valid NT Groups to use."
  861. UseNTSecurity_TXT="Restrict Access to members of the following groups (* = any)
  862. UseADSecurity="Authenticate User and Password with Active Directory"
  863. UseADSecurity_exp="When this policy is enabled the control user will need to enter a valid Active Directory UserID and Password for the Group Specified to establish a connection to the Client machine. \n\nThe UserID and Password must either be valid on the Client workstation or its default domain. \n\n You can further restrict this access by specifying Valid AD Groups to use."
  864. UseADSecurity_TXT="Restrict Access to members of the following groups (* = any)
  865. RememberPassword="Force Control to not remember password"
  866. RememberPassword_exp="Enabling this policy will force the control to not remember the last password used when reconnecting to this NetSupport Client." 
  867.  
  868. Access_Privileges="Access Privileges"
  869.  
  870. DisableBlankScreen="Disable Blank Screen"
  871. DisableBlankScreen_exp ="When this policy is enabled the Disable Blank Client Screen configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  872. DisableControl="Disable Control"
  873. DisableControl_exp ="When this policy is enabled the Disable Control configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  874. DisableSAS="Disable Ctrl+Alt+Del"
  875. DisableSAS_exp ="When this policy is enabled the Disable Ctrl+Alt+Del configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  876. DisableShare="Disable Share"
  877. DisableShare_exp ="When this policy is enabled the Disable Share configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  878. DisableWatch="Disable Watch"
  879. DisableWatch_exp ="When this policy is enabled the Disable Watch configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  880. DisableFileTransfer="Disable File Transfer"
  881. DisableFileTransfer_exp ="When this policy is enabled the Disable File Transfer configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  882. DisableReboot="Disable Reboot"
  883. DisableReboot_exp ="When this policy is enabled the Disable Reboot configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  884. DisableShutDown="Disable ShutDown"
  885. DisableShutDown_exp ="When this policy is enabled the Disable ShutDown configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  886. DisableExec="Disable Program Execution"
  887. DisableExec_exp ="When this policy is enabled the Disable Execute configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  888. DisableChat="Disable Chat"
  889. DisableChat_exp ="When this policy is enabled the Disable Chat configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  890. DisableClipBoard="Disable ClipBoard"
  891. DisableClipBoard_exp ="When this policy is enabled the Disable ClipBoard configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  892. DisableLogoff="Disable Logoff"
  893. DisableLogoff_exp ="When this policy is enabled the Disable Logoff configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  894. DisableMessage="Disable Message"
  895. DisableMessage_exp ="When this policy is enabled the Disable Message configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  896. DisablePrintCapture="Disable Print Capture"
  897. DisablePrintCapture_exp ="When this policy is enabled the Disable Print Capture configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  898. DisableRegistryIO="Disable Registry"
  899. DisableRegistryIO_exp ="When this policy is enabled the Disable Registry configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  900. DisableRemoteCmd="Disable Remote CMD Prompt"
  901. DisableRemoteCmd_Exp =""When this policy is enabled the Disable Remote CMD Prompt configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  902. IgnoreBroadcastMsg="Ignore Broadcast Message"
  903. IgnoreBroadcastMsg_exp ="When this policy is enabled the Ignore Broadcast Message configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  904. NoFTWhenLoggedOff="No File Transfer When Logged Off"
  905. NoFTWhenLoggedOff_exp ="When this policy is enabled the "No file transfer When Logged Off" configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  906. DisableManageServices="Disable Manage Services"
  907. DisableManageServices_exp ="When this policy is enabled the Disable Manage Services configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  908. DisableCloseApps="Disable Close Apps"
  909. DisableCloseApps_exp ="When this policy is enabled the Disable Close Apps configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  910.  
  911. User_Acknowledgement="User Acknowledgement"
  912.  
  913. UserAcknowledge="User Acknowledge"
  914. UserAcknowledge_exp ="When this policy is enabled the NetSupport Client will be configured to require Acknowledgement from the Client User before allowing a Control to connect. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  915. NoAckWhenLoggedOff_box="No User Acknowledgement When Logged Off"
  916. SharedUserAck="Shared User Acknowledgement"
  917. SharedUserAck_exp ="When this policy is enabled the NetSupport Client will be configured to acknowledge connections from other Controls that wish to connect. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  918. AckDlgTimeOut="Acknowledgement Dialog Timeout"
  919. AckDlgTimeOut_exp ="When enabled this policy will allow you to specify a time limit (between 0-255 seconds) for the user acknowledgement prompt to be displayed. \n\nIf the Client has not responded to the user Acknowledgement within the time specified then the connection attempt will be rejected. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  920. AckDlgTimeOut_TIP="Enter amount of secs below"
  921. AckDlgTimeOut_TXT="Acknowledge Dialog Timeout"
  922. AckDlgDisplayText="Acknowledge Connection Display Text"
  923. AckDlgDisplayText_exp="When enabled this policy will allow you to specify a customised user acknowledge message to be displayed at the Client workstation. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  924. AckDlgDisplayText_txt="Acknowledge Connection Display Text"
  925. ViewModeAcknowledgement="View Acknowledgement"
  926. ViewModeAcknowledgement_exp="When this policy is enabled the NetSupport Client can be configured to require acknowledgement when a Control user wishes to switch to a higher view mode e.g. from Watch mode to Control mode. \n\nFor example if this level is set to Control then user acknowledgement will be required if the mode if changed from Share or Watch. \n\nThe Client will have the choice to accept or reject the change. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  927. ViewModeAcknowledgement_list="Acknowledge Switching views"
  928. ACK_NONE="None"
  929. ACK_Watch="Watch"
  930. ACK_SHARE="Share"
  931. ACK_CONTROL="Control"
  932.  
  933. Connect="Connect"
  934.  
  935. SecurityKey="Security Key"
  936. SecurityKey_exp="Enabling this policy will ensure that only Control users with a matching Security key will be able to connect to the Client machines. \n\nIf a * is entered into security key field then the Security key will default to using the NetSupport License Serial number. \n\nPlease note the encrypted security key has to be entered into the text box provided on this policy. \n\nTo generate the encrypted security key you can use the NetSupport Encryption Utility which is available to download from the following website: http://www.netsupportsoftware.com"
  937. SecurityKey_TXT="Security Key"
  938. Allowconn="Allow Connections from These Control machines"
  939. Allowconn_exp="Enabling this policy will allow you to restrict access to controls running on IPX and TCP/IP networks. \n\nThis feature can also be used to limit access to Control workstations with specific addresses. Wildcards can be used in the address field.
  940. Allowconn_Tip="Allow Connections from These Control machines (* = any)"
  941. TCPALLCONN="TCP/IP"
  942. IPXALLCONN="IPX"
  943. Shared="Allow multiple controls to connect at a time"
  944. Shared_exp ="When this policy is enabled the NetSupport Client will be configured to accept connections from Multiple Control machines simultaneously. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  945. MinimumEncryption="Force Encryption"
  946. MinimumEncryption_exp="Enabling this policy will force a connecting control to use the equivalent level of encryption, even if the has not been enabled at the Control end. \n\nThe encryption only applies when the Control is connected to this Client."
  947. MinimumEncryption_list="Encryption Level"
  948. ACK_DES="56 bit (DES)"
  949. ACK_BLOWFISH="64 bit (Blowfish)"
  950. ACK_TWOFISH="128 bit (Twofish)"
  951. ACK_AES="256 bit (AES)"
  952.  
  953. Disconnect="Disconnect"
  954.  
  955. LogoffOnDisconnect="Disconnect options"
  956. LogoffOnDisconnect_exp="Enabling this option will allow configure additional security when a user disconnects from the Client machine. \n\nThis is particularly useful if the connection to the Client is unexpectedly lost."
  957. LogoffOnDisconnect_LIST="Disconnect options"
  958. LOCK="Lock the workstation if not initially logged on (NT)"
  959. LOGOFF="Logoff if not initially logged on"
  960. RESTART="Restart if not initially logged on"
  961. LogoffOnDisconnectIfUserChanged="Logoff On Disconnect If User has Changed"
  962. LogoffOnDisconnectIfUserChanged_exp ="Enabling this policy will configure the Control to logoff if during the remote control session the control logs onto the Client under a different username."
  963. DisconnectDisplayText="Disconnect Display Text"
  964. DisconnectDisplayText_exp="Enabling this option will allow you to specify a Text message to appear on the Client machine when a Control Disconnects"
  965. DisconnectDisplayText_txt="Disconnect Display Text"
  966.  
  967. File_Transfer="File Transfer"
  968.  
  969. DisableFileTransfer="Disable File Transfer"
  970. DisableFileTransfer_exp="When this policy is Enabled the NetSupport Client will be configured to "Disable File Transfer at the Client in all circumstances. \n\nFor further information on this setting please refer to the NetSupport Help files"
  971. NoFTWhenLoggedOff="Disable file Transfer when No NT User is logged on"    
  972. NoFTWhenLoggedOff_exp="When this policy is Enabled the NetSupport Client will be configured to "Disable File Transfer if no user is logged onto the Client. \n\nFor further information on this setting please refer to the NetSupport Help files"
  973. NoFTWhenLoggedOff="No File transfer when logged off"
  974. ImpersonateCurrentUser="Impersonate Logged on NT User When transferring Files"
  975. ImpersonateCurrentUser_exp="When this policy is enabled the control user will have the same file access as the logged on User."
  976.  
  977. Replay_Files="Replay Files"
  978.  
  979. ReplayFiles="Replay Files"
  980. ReplayFiles_exp="When this policy is enabled the record replay file option is configured at the Client, this will record all screen and keyboard activity that takes place while the Client is remote controlled. \n\n Within this Policy you can also configure the below: \n\nPrefix the replay file names with the Client name. \n\nSpecify the location for the replay files to be stored. \n\n \n\nCreate replay files as User, to enter this option you need to type in the username then / followed by the encrypted password e.g. test/GP>OEA \n\n\Note to generate the encrypted password you can use the NetSupport Encryption Utility, which is available to download from the following website: http://netsupportsoftware.com"
  981. PrefixName_box="Prefix File with Client name"
  982. ReplayPath_txt="Replay File Path"
  983. ReplayPath_Default="C:\Program Files\NetSupport Manager\"
  984. ReplayUsr_TXT="Set As User"
  985.  
  986. Event_Logging="Event Logging"
  987.  
  988. Logging="Event Logging"
  989. Logging_exp="Enabling this policy will configure the NetSupport Client to log activities at the Client to the event log"
  990. Logtofile="Log To A File"
  991. Logtofile_exp="Enabling this policy will enable the Client to log activities at the Client to a log file. \n\nWithin this policy you can also configure the following options: \n\nLog to Secondary Logfile \n\nAppend to log File \n\nReject Connection if no log server available \n\nOnly log while connected  \n\nLog to file as User, to enter this option you need to type in the username then / followed by the encrypted password e.g. test/GP>OEA \n\n\Note to generate the encrypted password you can use the NetSupport Encryption Utility, which is available to download from the following website: http://netsupportsoftware.com"
  992. logFilePath="Log File Path"
  993. logFilePath_Default="C:\Program Files\NetSupport Manager\Client32.log"
  994. Secondarylogfile_txt="Secondary Log File"
  995. Logfileuser_txt="Log to file as User"
  996. LogAppend_box="Append to Log File"
  997. nologfile_box="Reject Connection if no Log server available"
  998. Logwhileconnected_box="Only log while connected"
  999.  
  1000. Remote_Control="Remote Control"
  1001.  
  1002. View="View"
  1003.  
  1004. ScreenScrape="Screen Scrape Mode"
  1005. ScreenScrape_exp="When this policy is enabled the NetSupport Client will be configured to use Screen Scrape mode. \n\nPlease note this is not NetSupport favoured method to capture screen data from the Client. For further information on this feature please refer to the NetSupport Manager Help files."
  1006. SendPhysicalFonts="Send Physical Fonts"
  1007. SendPhysicalFonts_exp ="When this policy is enabled the NetSupport Client will be configured to "Send Physical Fonts". \n\nFor further information on this feature please refer to the NetSupport Manager Help files."
  1008. Cachesize="Cache Size"
  1009. Cachesize_exp="When enabled this policy will allow you to configure the cache size at the Client machine this helps to improve the performance when viewing a Client machine. \n\nUse the Drop down menu provided on the policy to configure the required cache size amount. For further information on this feature please refer to the NetSupport Manager Help files."
  1010. Cachesize_list="Cache Size"
  1011. CACHE_256kb="256kb"
  1012. CACHE_512kb="512kb" 
  1013. CACHE_1mb="1mb"
  1014. CACHE_2mb="2mb"
  1015. CACHE_4mb="4mb" 
  1016. CACHE_8mb="8mb"
  1017. CACHE_16mb="16mb"
  1018. LimitColorbits="Color Limit"
  1019. LimitColorbits_exp="When enabled this policy will allow you to configure the Colour limit at the Client machine this helps to improve the performance when viewing a Client machine. \n\nUse the Drop down menu provided on the policy to configure the required colour depth. For further information on this feature please refer to the NetSupport Manager Help files."
  1020. LimitColorbits_list="Colour Limit"
  1021. Colour_UN="Unlimited"
  1022. Colour_16="16 Colors"
  1023. Colour_256="256 Colors"
  1024. Inactivity="Inactivity Timeout"
  1025. Inactivity_exp ="Enabling this policy will allow you to configure the Inactivity Timeout setting at the Client. \n\nPlease specify the amount of time in minutes into the edit box provided on the policy."
  1026. Inactivity_txt="Inactivity Timeout"
  1027. Show="Show"
  1028.  
  1029. DisableShow="Disable Show"
  1030. DisableShow_exp="When this policy is enabled the NetSupport Client will be configured to disable Show \n\nFor further information on this setting please refer to the NetSupport Help files"
  1031. ShowToWindow="Show To Window"
  1032. ShowToWindow_exp="When this policy is enabled the NetSupport Client will be configured to receive a show in a window rather then in full screen mode. \n\nFor further information on this setting please refer to the NetSupport Help files"
  1033. ScaleToFit="Scale To Fit"
  1034. ScaleToFit_exp="When this policy is enabled the NetSupport Client will resize the Show window to fit in the available area. \n\nFor further information on this setting please refer to the NetSupport Help files"
  1035. Scrollbars="Scrollbars"
  1036. Scrollbars_exp="When this policy is enabled the NetSupport Client will display scroll bars in the Show window \n\nFor further information on this setting please refer to the NetSupport Help files"
  1037. AutoScroll="AutoScroll Speed"
  1038. AutoScroll_exp="Enabling this policy will allow you to configure the Autoscroll speed for the show window at the Client. \n\n0 = Off 10 = Fast"
  1039. AutoScroll_TIP="0 = Off 10 = Fast"
  1040. AutoScroll_txt="AutoScroll Speed"
  1041. Scrolldelay="Scroll delay"
  1042. Scrolldelay_exp="Enabling this policy will allow you to configure the Scroll delay for the show window at the Client. \n\n0 = MIN 10 = MAX"
  1043. Scrolldelay_TIP="0 = MIN 10 = Max"
  1044. ScrollDelay_txt="Scroll delay"
  1045.  
  1046. Client_Interface="Client Interface"
  1047.  
  1048. Client_Settings="Client Settings"
  1049.  
  1050. DisableChatMenu="Disable Chat"
  1051. DisableChatMenu_exp ="When this policy is enabled the Disable Chat Menu configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1052. DisableClientConnect="Disable Call Control"
  1053. DisableClientConnect_exp ="When this policy is enabled the Disable Client Connect configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1054. DisableDisconnect="Disable Disconnect"
  1055. DisableDisconnect_exp ="When this policy is enabled the Disable Disconnect configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1056. DisableRequestHelp="Disable Request Help"
  1057. DisableRequestHelp_exp ="When this policy is enabled the Disable Request Help configuration is enforced at the Client Machine. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1058. AlwaysOnTop="Always On Top"
  1059. AlwaysOnTop_exp ="When this policy is enabled the NetSupport Client icon will be configured to always appear on top. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1060. HideWhenIdle="Hide When Idle"
  1061. HideWhenIdle_exp ="When this policy is enabled the NetSupport Client icon will be configured to hide when idle. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1062. silent="Silent Mode (No refresh)"
  1063. silent_exp="When this policy is enabled the NetSupport Client icon will be in silent mode (no refresh). \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1064. SysTray="Icon in System Tray"
  1065. SysTray_exp ="When this policy is enabled the NetSupport Client will be displayed in the system tray rather than as a separate icon on the active application bar. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1066. Quiet="Quiet mode Client not visible on Taskbar"
  1067. Quiet_exp="When this policy is enabled the NetSupport Client will no longer appear on the taskbar. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1068. UseInternalSpeaker="Use internal speaker for Beep"
  1069. UseInternalSpeaker_exp="When this policy is enabled the Client will use its internal Speaker to beep rather then the workstations sound card. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1070. BeepWhileViewed="Beep While Viewed"
  1071. BeepWhileViewed_exp ="When this policy the Client will beep whilst being viewed you will also have the option to specify the amount of beeps every second. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1072. BeepWhileViewed_tip="Beep While Viewed (Every n seconds) must be between 0 and 60 (default 0)"
  1073. BeepWhileViewed_txt="Beep While Viewed (secs)"
  1074. Help_Request="Help Request"
  1075. HelpRequestURL="URL for Help Request"
  1076. HelpRequestURL_exp="When this policy is enabled the NetSupport Client can be configured to direct Clients to a third party web based helpdesk application, instead of using the NetSupport Help request features. \n\nWhen this policy is enabled a URL will need to be added to the text box provided."
  1077. HelpRequestURL_txt="Use URL"
  1078. AlwaysShowControls="Always Show Controls In Help Request"
  1079. AlwaysShowControls_exp ="When this policy is enabled the NetSupport Client will always display a list of Controls that are available to connect to, from the Help Request dialog. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1080. DisableConnectReq="Disable Connections from Help Request Dialog"
  1081. DisableConnectReq_exp ="When this policy is enabled the NetSupport Client will not have the option to select which Control to send there Help Request to. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1082. Help_Request_Hotkeys="Help Request Hotkeys"
  1083. Help_Request_Hotkeys_exp ="When this policy is enabled You can specify which Hot Keys should be used for the NetSupport Client to raise the Help Request Dialog. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1084. ALT_HOTKEY_Box="Alt"
  1085. CTRL_HOTKEY_box="CTRL"
  1086. LSHIFT_HOTKEY_Box="Left Shift"
  1087. RSHIFT_HOTKEY_box="Right Shift"
  1088.  
  1089. Customisable_Text="Customisable Text"
  1090.  
  1091. AboutText="About Text"
  1092. AboutText_exp ="When this policy is enabled the NetSupport Client will be configured to display text in the Clients About Box. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1093. AboutText_Txt="About Text"
  1094. ConnectedText="Connected Text"
  1095. Connectedtext_exp ="When this policy is enabled the NetSupport Client will be configured to display a message when a Control user connects. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1096. Connectedtext_Txt="Connected Text"
  1097. Viewedtext="Viewed Text"
  1098. Viewedtext_exp ="When this policy is enabled the NetSupport Client will be configured to display a message when a Control user views the Client workstation. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1099. Viewedtext_Txt="View Text"
  1100. Profile_Options="Profile Options"
  1101.  
  1102. DisableWhenLoggedOn="Disable When Logged On"
  1103. DisableWhenLoggedOn_exp ="When this policy is enabled the NetSupport Client will disable this Client profile if a NT usr is logged onto the workstation. \n\nThis means that the profile will not be available to control users whilst the NT user is logged on the Client workstation. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1104. Priority="Profile Priority"
  1105. Priority_exp ="When this policy is enabled this Client profile will work in conjunction with the option to allow more than on Control to connect simultaneously. If one Profile has this set while the other does not the latter will be automatically disconnected. \n\nIf this policy is disabled or left as "not configured" then this policy is not applied to the NetSupport Client. \n\nFor further information on this setting please refer to the NetSupport Help files."
  1106.